{
"cells": [
{
"cell_type": "markdown",
"source": [
"# Solving Sudokus with a Genetic Algorithm\n",
"\n",
"## Try me\n",
" [](https://colab.research.google.com/github/ffraile/operations-research-notebooks/blob/main/docs/source/MIP/tutorials/sudoku%20GA.ipynb)[](https://mybinder.org/v2/gh/ffraile/operations-research-notebooks/main?labpath=docs%2Fsource%2FMIP%2Ftutorials%2Fsudoku%20GA.ipynb)\n",
"\n",
"## Introduction\n",
"Sudoku is a very popular japanese game invented in the 70s. Basically, the objective is to fill in a grid of 9x9 cells\n",
"with digits, so that in each column, in each row and in each 3x3 grid there is exactly one digit from 1-9. The following\n",
"image shows an example of a Sudoku puzzle.\n",
"\n",
"{width=50%}\n",
"\n",
"
Tim Stellmach - public domain, wikipedia

Tim Stellmach - public domain, wikipedia